PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / setDisplayMode Method
A com.o2sol.pdf4java.document.PDFDisplayMode enumeration member specifying how the viewer should display the document.
In This Topic
    setDisplayMode Method
    In This Topic
    Sets how the document should be displayed when opened in the viewer.
    Syntax
    public void setDisplayMode( 
       PDFDisplayMode displayMode
    )

    Parameters

    displayMode
    A com.o2sol.pdf4java.document.PDFDisplayMode enumeration member specifying how the viewer should display the document.
    See Also